09. Exercise: Create RecyclerView
Create a RecyclerView
In this Exercise, you will create the layout for the RecyclerView and add the required dependency.
Exercise Code
Exercise: T03.01-Exercise-RecyclerViewLayout
Create RecyclerView
SOLUTION:
- Add the recyclerview dependency. Open activity_main.xml:
- Replace the TextView with a RecyclerView ( @+id/rv_numbers )
- Set the width and height on the RecyclerView to match_parent